Adapt compile.el to changes in MSVC diagnostics format.
authorEli Zaretskii <eliz@gnu.org>
Sun, 14 Oct 2012 07:40:05 +0000 (09:40 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 14 Oct 2012 07:40:05 +0000 (09:40 +0200)
commit5b0f077f67cb69180b80a73f8d4d68f9cb2c5ab8
treeea1c197e411bbca1b175f75fb8f0b45c638318e8
parentd5061a9afb8d3ecb6717c044371f78d374029217
Adapt compile.el to changes in MSVC diagnostics format.

 lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):
 Adjust the msft regexp to the output of Studio 2010, and move msft
 before edg-1.  See the discussion on emacs-devel,
 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
 for the details.

 etc/compilation.txt (msft): Add error messages in new Studio 2010
 format.

 test/automated/compile-tests.el (compile-tests--test-regexps-data):
 Add data for msft's new format.
etc/ChangeLog
etc/compilation.txt
lisp/ChangeLog
lisp/progmodes/compile.el
test/ChangeLog
test/automated/compile-tests.el